home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / LEDIT108.ZIP / LEMFC / LEMFC__I.TXT next >
Encoding:
Text File  |  1996-08-10  |  906 b   |  31 lines

  1. LEdit MFC Wrapper V1.08
  2. ~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. LEdit MFC wrapper contains two files
  5.  
  6. LEMFC.H   - Header file
  7. LEMFC.CPP - Source code
  8.  
  9. You can distribute these files only as is, without any
  10. modifications.
  11.  
  12. Other files constitute one small MFC example - small HTML
  13. SDI editor.
  14.  
  15. LEMFC_1C.MAK is project file for 16-bit system
  16. LEMFC_1X.MAK is project file for 32-bit system
  17.  
  18. In order to run MFC wrapper you'll need installed LEDIT.DLL
  19. or LEDIT32.DLL, LEDIT.H header file and LEDIT.LIB  or LEDIT32M.LIB
  20. library files.
  21.  
  22. MFC wrapper doesn't need any special installation. You may just
  23. include its files with your project. Or you may make it a part
  24. of your copy of MFC.
  25.  
  26. MFC wrapper is tested with MSVC++ 1.51 and MSVC++ 2.01
  27. and is supposed to work with MSVC++ 4.0. We'll be very
  28. grateful if you report us results of using MFC wrapper
  29. with other compilers.
  30.  
  31. Thanks for using LEdit.